Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.nuxeo.ecm.platform.threed.doctype--doctype

This contribution is part of XML component org.nuxeo.nuxeo.ecm.platform.threed.doctype inside nuxeo-platform-3d-core-9.10.jar /OSGI-INF/core-types-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="ThreeD">
          <schema name="file"/>
          <schema name="files"/>
          <schema name="threed"/>
        </facet>
  • <doctype extends="Document" name="ThreeD">
          <schema name="common"/>
          <schema name="dublincore"/>
          <schema name="uid"/>
          <facet name="Commentable"/>
          <facet name="Versionable"/>
          <facet name="Publishable"/>
          <facet name="ThreeD"/>
        </doctype>
  • <doctype append="true" name="Folder">
          <subtypes>
            <type>ThreeD</type>
          </subtypes>
        </doctype>
  • <doctype append="true" name="OrderedFolder">
          <subtypes>
            <type>ThreeD</type>
          </subtypes>
        </doctype>
  • <doctype append="true" name="Workspace">
          <subtypes>
            <type>ThreeD</type>
          </subtypes>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <facet name="ThreeD">
      <schema name="file"/>
      <schema name="files"/>
      <schema name="threed"/>
    </facet>

    <doctype extends="Document" name="ThreeD">
      <schema name="common"/>
      <schema name="dublincore"/>
      <schema name="uid"/>
      <facet name="Commentable"/>
      <facet name="Versionable"/>
      <facet name="Publishable"/>
      <facet name="ThreeD"/>
    </doctype>

    <doctype append="true" name="Folder">
      <subtypes>
        <type>ThreeD</type>
      </subtypes>
    </doctype>
    <doctype append="true" name="OrderedFolder">
      <subtypes>
        <type>ThreeD</type>
      </subtypes>
    </doctype>
    <doctype append="true" name="Workspace">
      <subtypes>
        <type>ThreeD</type>
      </subtypes>
    </doctype>
  </extension>